home *** CD-ROM | disk | FTP | other *** search
/ PCBoard 15.1 Demo / PCBoard v15.1 DEMO - Clark Dev. Co (1994) - Disk 1 of 1.imd / PCBDISK.EXE / HELP / HLPFSCRN < prev    next >
Encoding:
Text File  |  1994-02-14  |  4.6 KB  |  89 lines

  1. @X00
  2. @X38┌────────────────────────────────────────────────────────────────────────────@X3B┐@X0B
  3. @X38│ @X3EHelp: @X3FFull Screen Editor : Keyboard Help                                   @X3B│@X0B
  4. @X38└@X3B────────────────────────────────────────────────────────────────────────────┘@X03
  5.  
  6.       To use PCBoard's full screen editor you need to familiarize yourself
  7.       with the functions listed below utilizing the PC's keyboard (or control
  8.       sequences in case your system does not support the PC's specialized
  9.       keyboard):
  10.  
  11. @X0F   Cursor Movement             PC Keyboard       Control Keys   ANSI codes
  12. @X0F   ---------------------       -----------       ------------   ----------
  13. @X0B   Move Left a Character       @X0ELeft Arrow        Ctrl-S         ESC[D
  14. @X0B   Move Right a Character      @X0ERight Arrow       Ctrl-D         ESC[C
  15. @X0B   Move Left to Previous Word  @X0ECtrl-Left Arrow   Ctrl-A
  16. @X0B   Move Right to Next Word     @X0ECtrl-Right Arrow  Ctrl-F
  17. @X0B   Move To Next Tab Stop       @X0ETab Key           Ctrl-I
  18. @X0B   Move To Start of Line       @X0EHome Key          Ctrl-W         ESC[H
  19. @X0B   Move To End of Line         @X0EEnd Key           Ctrl-P         ESC[K
  20. @X0B   Move Up a Line              @X0EUp Arrow          Ctrl-E         ESC[A
  21. @X0B   Move Down a Line            @X0EDown Arrow        Ctrl-X         ESC[B
  22. @X0B   Move Up a Page              @X0EPgUp Key          Ctrl-R
  23. @X0B   Move Down a Page            @X0EPgDn Key          Ctrl-C
  24.  
  25. @X0F   Edit Function               PC Keyboard       Control Keys
  26. @X0F   ---------------------       -----------       ------------
  27. @X0B   Toggle Insert Mode          @X0EIns Key           Ctrl-V
  28. @X0B   Reformat Paragraph          @X0ECtrl-B            Ctrl-B
  29. @X0B   Join a Line                 @X0ECtrl-J            Ctrl-J
  30. @X0B   Insert a Line               @X0ECtrl-N            Ctrl-N
  31. @X0B   Delete a Line               @X0ECtrl-Y            Ctrl-Y
  32. @X0B   Delete to End of Line       @X0ECtrl-End          Ctrl-K
  33. @X0B   Delete Char                 @X0EDel Key           Ctrl-G
  34. @X0B   Delete Char to the Left     @X0EBackspace         Ctrl-H
  35. @X0B   Delete Word to the Right    @X0ECtrl-T            Ctrl-T
  36.  
  37. @X0F   Special Functions           PC Keyboard       Control Keys
  38. @X0F   ---------------------       -----------       ------------
  39. @X0B   Exit Full Screen Editor     @X0EESC               Ctrl-U
  40. @X0B   Redisplay Screen            @X0ECtrl-L            Ctrl-L
  41. @X0B   Quote or List Original      @X0ECtrl-O            Ctrl-O or Ctrl-Q
  42.  
  43. @X0F
  44.    Using the above keystrokes
  45. @X03
  46.       All systems should be able to use the Control Key method of performing
  47.       the above functions (press and hold the CTRL key while typing the
  48.       letter key that follows it in the above table).
  49.  
  50.       The more familiar PC Keyboard keys, such as the arrow keys, will work
  51.       while on locally.  They will also work if your communications program
  52.       is capable of either sending the actual keystroke (keyboard scan code)
  53.       or an ANSI escape code equivalent through to the host system.
  54.  
  55.       An example would be calling in from remote using Telix to connect to
  56.       PCBoard and utilitizing either the 'Doorway Mode' so that keystrokes
  57.       are passed directly on to PCBoard.
  58.  
  59.       The ANSI escape codes are an alternate means of telling PCBoard to move
  60.       the cursor around on the screen.  Some comm programs have a "Keyboard
  61.       Emulation" feature makes use of these ANSI codes without the need for
  62.       Doorway Mode.  Other comm packages may be able to program the ANSI
  63.       escape codes into function keys.
  64. @X0F
  65. Insert Mode
  66. @X03
  67.       While in 'Insert Mode' it should be noted that characters to the right
  68.       of the cursor will be pushed one character to the right as each letter
  69.       is typed.
  70.  
  71.       Additionally, pressing the (Enter) key while in Insert Mode will cause
  72.       a new line to be inserted.
  73. @X0F
  74. NON-PC KEYBOARD USERS PLEASE NOTE!
  75. @X03
  76.       Some modems and packet switch environments will filter out CTRL-S
  77.       keystrokes and interpret them to mean "stop sending data".  In these
  78.       environments pressing CTRL-S will not move the cursor as expected - in
  79.       fact it will appear to do nothing.  You will need to press CTRL-Q to
  80.       get going again.
  81.  
  82.       You can work around this by using CTRL-A which means move left to
  83.       previous WORD rather than moving a character to the left.
  84.  
  85.       Those of you who can send either an ESC[D or the PC scan code for the
  86.       Left Arrow will not encounter this problem and will never have to worry
  87.       about it.
  88. @XFF
  89.